home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NetNews Offline 2
/
NetNews Offline Volume 2.iso
/
news
/
comp
/
std
/
c
/
145
< prev
next >
Wrap
Internet Message Format
|
1996-08-06
|
1KB
Path: gate.net!news-adm
From: kwaddell@gate.net (Karl Waddell)
Newsgroups: comp.std.c
Subject: Help with ICP code
Date: 19 Jan 1996 04:27:32 GMT
Organization: CyberGate, Inc.
Message-ID: <4dn6jk$1of0@news.gate.net>
NNTP-Posting-Host: dffl7-36.gate.net
Mime-Version: 1.0
Content-Type: Text/Plain; charset=US-ASCII
X-Newsreader: WinVN 0.99.7
I have written a client/server app using O'Reilly's ICP 'C' code as a template.
The application runs fine while both parts are on the same box. I moved the
server binary to another box, on the same subnet, running the same os and patch
level as the other box and I receive a "connection refused" message on my
client app, after making the change to reflect the new location of the server
app. I can telnet to the new site using the port number the server is bound to
and I can see it accept the connection without any problems. The only change I
did was to the client side and it was to point to the new location of the
server app. I have verified the DNS is functioning properly and can perform
nslookup on the other side without problem. Does anyone have an suggestions,
serious ones?
Thanks in advance
Karl Waddell